-
Notifications
You must be signed in to change notification settings - Fork 157
l10n: bump actions/setup-go from 5 to 6 #1975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
l10n: bump actions/setup-go from 5 to 6 #1975
Conversation
|
Invalid author email in 406e227: "49699333+dependabot[bot]@users.noreply.github.com" |
406e227 to
00b2b46
Compare
|
There are issues in commit 00b2b46: |
|
/submit |
|
There are issues in commit 00b2b46: |
[Originally opened at git-for-windows#5811] Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Original-author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
00b2b46 to
9e09e67
Compare
|
/submit |
|
Submitted as [email protected] To fetch this version into To fetch this version to local tag |
|
On the Git mailing list, Johannes Schindelin wrote (reply to this): Hi Jiang (or do you prefer to be addressed as Xin?),
gentle ping? I think that your missing review is blocking this.
Thanks!
Johannes
On Tue, 23 Sep 2025, Johannes Schindelin via GitGitGadget wrote:
> From: Johannes Schindelin <[email protected]>
>
> [Originally opened at https://github.com/git-for-windows/git/pull/5811]
>
> Bumps [actions/setup-go](https://github.com/actions/setup-go)
> from 5 to 6.
> - [Release notes](https://github.com/actions/setup-go/releases)
> - [Commits](https://github.com/actions/setup-go/compare/v5...v6)
>
> ---
> l10n: bump actions/setup-go from 5 to 6
>
> (Originally opened at https://github.com/git-for-windows/git/pull/5811,
> then at https://github.com/git-l10n/git-po/pull/870)
>
> Bumps actions/setup-go [https://github.com/actions/setup-go] from 5 to
> 6.
>
> * Release notes [https://github.com/actions/setup-go/releases]
> * Commits [https://github.com/actions/setup-go/compare/v5...v6]
>
>
> What's Changed in actions/setup-go@v6
> =====================================
>
>
> Breaking Changes
> ================
>
> * Improve toolchain handling to ensure more reliable and consistent
> toolchain selection and management by @matthewhughes934
> [https://github.com/matthewhughes934] in #460
> [https://github.com/actions/setup-go/pull/460]
> * Upgrade Nodejs runtime from node20 to node 24 by @salmanmkc
> [https://github.com/salmanmkc] in #624
> [https://github.com/actions/setup-go/pull/624]
>
> Make sure your runner is on version v2.327.1 or later to ensure
> compatibility with this release. See Release Notes
> [https://github.com/actions/runner/releases/tag/v2.327.1]
>
> Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1975%2Fdscho%2Fdependabot%2Fgithub_actions%2Factions%2Fsetup-go-6-v1
> Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1975/dscho/dependabot/github_actions/actions/setup-go-6-v1
> Pull-Request: https://github.com/gitgitgadget/git/pull/1975
>
> updated-dependencies:
> - dependency-name: actions/setup-go
> dependency-version: '6'
> dependency-type: direct:production
> update-type: version-update:semver-major
> ...
>
> Original-author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
>
> Signed-off-by: dependabot[bot] <[email protected]>
> Signed-off-by: Johannes Schindelin <[email protected]>
> ---
> .github/workflows/l10n.yml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml
> index e2c3dbdcb5..95e55134bd 100644
> --- a/.github/workflows/l10n.yml
> +++ b/.github/workflows/l10n.yml
> @@ -63,7 +63,7 @@ jobs:
> origin \
> ${{ github.ref }} \
> $args
> - - uses: actions/setup-go@v5
> + - uses: actions/setup-go@v6
> with:
> go-version: '>=1.16'
> cache: false
>
> base-commit: 79ee0dce2a61b7552f9b5c73f0cf2d974a20a029
> --
> gitgitgadget
>
> |
|
On the Git mailing list, Jiang Xin wrote (reply to this): From: Johannes Schindelin <[email protected]>
Bumps actions/setup-go from 5 to 6. This upgrade includes dependency
updates that incorporate a fix for a critical vulnerability.
[Originally opened at https://github.com/git-for-windows/git/pull/5811]
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)
Originally-authored-by: dependabot[bot] <[email protected]>
Signed-off-by: Johannes Schindelin <[email protected]>
Signed-off-by: Jiang Xin <[email protected]>
---
.github/workflows/l10n.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml
index e2c3dbdcb5..95e55134bd 100644
--- a/.github/workflows/l10n.yml
+++ b/.github/workflows/l10n.yml
@@ -63,7 +63,7 @@ jobs:
origin \
${{ github.ref }} \
$args
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@v6
with:
go-version: '>=1.16'
cache: false
--
2.52.0
|
|
On the Git mailing list, Jiang Xin wrote (reply to this): On Tue, Nov 18, 2025 at 3:26 PM Jiang Xin <[email protected]> wrote:
>
> From: Johannes Schindelin <[email protected]>
>
> Bumps actions/setup-go from 5 to 6. This upgrade includes dependency
> updates that incorporate a fix for a critical vulnerability.
> [Originally opened at https://github.com/git-for-windows/git/pull/5811]
>
> - [Release notes](https://github.com/actions/setup-go/releases)
> - [Commits](https://github.com/actions/setup-go/compare/v5...v6)
Hi Johannes,
I received your pull request[1] in September. At that time, I should have
resent the patch to the Git mailing list like the previous email, as I only
merge l10n changes to the "po/" directory. Sorry for the delay.
[1]: https://github.com/git-l10n/git-po/pull/870
--
Jiang Xin |
|
This patch series was integrated into seen via git@5ea81f9. |
|
This branch is now known as |
|
This patch series was integrated into seen via git@47b1774. |
(Originally opened at git-for-windows#5811, then at git-l10n#870)
Bumps actions/setup-go from 5 to 6.
What's Changed in
actions/setup-go@v6Breaking Changes
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Cc: Jiang Xin [email protected]